Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow both timeLimit and rlimit together #864

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

atomb
Copy link
Collaborator

@atomb atomb commented Apr 8, 2024

Sometimes we want to set a resource limit and a time limit, where the goal of the former is to have deterministic bounds but the goal of the latter is to ensure timely CI completion. In this case, a good value for the time limit should be much larger than the time we would expect to be required to exceed the resource limit. This will ensure that execution is usually deterministic, but in the rare case where resource count and time are far from each other it'll still guarantee reasonable termination.

Sometimes we want to set a resource limit _and_ a time limit, where the
goal of the former is to have deterministic bounds but the goal of the
latter is to ensure timely CI completion. In this case, a good value for
the time limit should be much larger than the time we would expect to be
required to exceed the resource limit. This will ensure that execution
is usually deterministic, but in the rare case where resource count and
time are far from each other it'll still guarantee reasonable
termination.
@keyboardDrummer keyboardDrummer merged commit acc4377 into boogie-org:master Apr 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants